Debugging Xend with XEND_DAEMONIZE set to False doesn't work as
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 30 Apr 2006 08:52:59 +0000 (09:52 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 30 Apr 2006 08:52:59 +0000 (09:52 +0100)
commit5308dc56605a799e92289bf23c769738a0a3f8f5
tree5c1f8eb9aca08527e5eccd39c3002b591f8fb100
parent8419bc2fd9060e21f00d7e1654a399732b9ae632
Debugging Xend with XEND_DAEMONIZE set to False doesn't work as
expected.  Xend actually creates two children and the XEND_DAEMONIZE
flag only prevents one of the children from being created.  This
patch causes none of the children to be created.  With this patch,
Xend functionality is performed in the process executed from the
command line (i.e., /usr/sbin/xend).  This patch makes it possible to
debug Xend with pdb.

Signed-off-by: Randy Thelen <rthelen@netapp.com>
tools/python/xen/xend/server/SrvDaemon.py